home *** CD-ROM | disk | FTP | other *** search
- regc4f( 5, %daycolor_r, %daycolor_g, %daycolor_b, %daycolor_a )
- regc4f( 7, %ambient_r, %ambient_g, %ambient_b, %ambient_a )
- pshader("
-
- ps_1_1
-
- tex t0 ;texture
-
- mul r0.rgb, t0, c5 ;applying daytime to color
- +mad_sat r0.a, v0.b, c7.b, c7.a ;applying ambient to lighting
-
- mul r0.rgb, r0, r0.a ;applying lighting to color
- +mul r0.a, t0.a, v0.a ;applying blending to opacity
-
- ")
-
-